From cfd287f45c2e8108011b642558e2d5fdb6a6eef0 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Sun, 4 Sep 2005 22:45:45 +0000 Subject: [PATCH] Fix build. Signed-off-by: Christian Limpach --- tools/xenstore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index e27d415db5..8d9e921041 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -16,7 +16,7 @@ PROG_DEP = .*.d #BASECFLAGS+= -I$(XEN_ROOT)/tools BASECFLAGS+= -I$(XEN_ROOT)/tools/libxc BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public -BASECFLAGS+= -I$(XEN_ROOT)/xen/include/public +BASECFLAGS+= -I. BASECFLAGS+= -I$(XEN_ROOT)/linux-2.6-xen-sparse/include/asm-xen/linux-public CFLAGS += $(BASECFLAGS) -- 2.30.2